home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / ttp23.zip / TIC2PCB.HIS < prev    next >
Text File  |  1993-01-22  |  22KB  |  436 lines

  1.                                   Tic-2-PCB
  2.                              History documentation
  3. -----------------------------------------------------------------------------
  4. 01-22-93  -  v2.3 -  CONFIG FILE CHANGE!
  5.              
  6.              I switched to a binary file format to speed up disk access and
  7.              make life much easier for me. <g>
  8.                         
  9.              Added a new configuration file manager since the format is now
  10.              binary.  (Duh!)  This will cause some people to wimper and
  11.              whine, but in the long run it will be much better.  The name of
  12.              it is TTPCFG.EXE.  The syntax is:
  13.                        
  14.                        TTPCFG {CONFIG.NAM}
  15.              
  16.              Added a program to convert version 2.2 config files into an
  17.              incomplete binary file.  Mainly it places all of your area info
  18.              and some default information into the binary config file.  Use
  19.              this before executing TTPCFG.  Should save you some time.
  20.                         
  21.              Removed the requirement for the DOWNLOAD.TXT entry.
  22.  
  23.              Made a command line parameter /VER which will report what the
  24.              compiled program name is, version, and compile date.
  25.  
  26.              I have looked at the possibility of adding complete
  27.              compatibility with ULP, but due to the possibility of loosing
  28.              the description, I'm finding this more of a henderance than a
  29.              benefit.  If you test a file and then convert it, I will have
  30.              to rescan the directory to see if it exists under a different
  31.              name, change the name in the PCBoard directory & the
  32.              DOWNLOAD.TXT file (if used).  If the archive fails the
  33.              verification and is renamed to .DUP, .BAD, or .ERR I have no
  34.              way of handling it other than leaving the DIR file as is, or as
  35.              a minimum change the DIR file entry to match the new file name,
  36.              which I doubt would be desirable by most sysops...  This is an
  37.              unfortunate conclusion to this idea, I was looking forward to
  38.              making this a really nice feature. :(
  39.  
  40.              Added the ability to send file announcements to a specific
  41.              message base.  All files received from an AREA will be
  42.              announced in one continuous message.  
  43.  
  44.              I removed the need for the TIC2PCB.SCR & .SC1 files.  I'm now
  45.              handling all the video routines internally.
  46.  
  47.              As all of you can see, this is starting to get even closer to
  48.              the full blown file forwarding system I onced promised.  It
  49.              will evolve, but maybe not right away...  Hang in there gang!
  50.  
  51.              Please note that my FIDO address will be changing some time in
  52.              February from 1:347/10 to 1:347/110.
  53.  
  54. 12-27-92  -  v2.2 - CONFIG FILE CHANGE!!!
  55.              
  56.              Be sure to look at the new configuration file format!
  57.              
  58.              I made the config file so it will support keywords instead
  59.              of a specific order (except for the area declarations).
  60.  
  61.              Added a KEYWORD {@}TEST  You now have the option of testing
  62.              each individual file, or testing a whole list of them by using
  63.              the TEST keyword for individual file testing or @TEST to make a
  64.              list file.  If the KEYWORD @TEST is used, Tic-2-PCB will keep
  65.              track of each file processed and shell out after completion of
  66.              all processing and pass the filename TIC2PCB.LST as parameter %1.
  67.              This should accommodate the next version of Stacy Smith's ULP
  68.              program which will preserve the "Received by: Tic-2-PCB" lines
  69.              if used, and individual file processing in local mode.  Thanks
  70.              Stacy!
  71.  
  72.              Added a KEYWORD COPYARC which if present, it will force Tic-2-PCB
  73.              to copy the inbound archives to the destination directory and
  74.              leave a copy in the inbound directory.
  75.              
  76.              Added a KEYWORD FILEDATE that if found will cause Tic-2-PCB
  77.              to use the ARCHIVE date within the PCBoard(tm) DIR file.
  78.  
  79.              Added a KEYWORD LOGOFF that turns all standard logging off.
  80.              The TIC2PCB.ERR file will still be written though.
  81.  
  82.              Added a KEYWORD NOINFO to turn of the appending of "Received by:
  83.              Tic-2-PCB MM/DD/YY From:AREANAME"
  84.  
  85.              Added a KEYWORD NODIZ to turn off FILE_ID.DIZ checking.  Tic-2-PCB
  86.              will now shell out and check the archive for a FILE_ID.DIZ or
  87.              a DESC.SDI and use it instead of the one or two line description
  88.              that comes inside the .TIC files.  You must have the archive
  89.              utilities that are listed within the docs for this to operate
  90.              correctly.  Also, Tic-2-PCB can not I.D. self extracting archives
  91.              or process the description files within them.  If an archive
  92.              can't be identified, it will be processed as normal.
  93.  
  94.              Added a KEYWORD NOCRC which will turn off the CRC-32 comparison
  95.              of the included CRC-32 within the TICK file and the actual
  96.              ARCHIVE CRC-32.  This gives added security to your system should
  97.              someone try to sneak a bogus file through your TICK processor.
  98.              This WILL NOT check the files within the archive!
  99.  
  100.              Added a KEYWORD UNKNOWN  which will allow UNKNOWN file areas to
  101.              be imported into the default directories.  This is designed to
  102.              allow files to be imported that do not have a defined area in
  103.              the config file.  The reason for this is because there's no
  104.              password checking on UNKNOWN imports.  If this keyword is not
  105.              found in the config file or it is commented out, all UNKNOWN
  106.              AREA .TIC files will be renamed to TKnnnnnn.UNK and the ARCHIVE
  107.              will NOT be imported into the system.
  108.                         
  109.              Added a KEYWORD in the area declaration called PASSWORD.  This
  110.              will support password checking of the TICK files.  If this
  111.              option is used, it will search the TICK file for the PW keyword
  112.              and then compare that password to the password listed in the
  113.              config file for that AREA.  If it isn't a match then the
  114.              TKnnnnnn.TIC will be renamed to TKnnnnnn.PWD and the archive
  115.              WILL NOT be processed into your BBS.  To disable this feature,
  116.              just comment out or delete the PASSWORD xxxxxx  lines.
  117.  
  118.              Added a command line switch of /BELL to turn the beeping off
  119.              when an error occurs.
  120.  
  121.              Added a new output screen.  You can select /M for MONO on
  122.              the command line if your system doesn't support color.
  123.  
  124.              I improved the logging routines.  The following entries will now
  125.              be found in the log file:
  126.  
  127.              --------[ Processing {INBOUND} - MM-DD-YYYY - HH:MM:SS
  128.              --------[ Process complete - MM-DD-YYYY - HH:MM:SS
  129.              --------[ Process Aborted! - MM-DD-YYYY - HH:MM:SS
  130.              A - Area unknown for file specified
  131.                  Renamed .TIC to .UNK
  132.              C - CRC check sum error on archive
  133.                  Renamed .TIC to .CRC
  134.              D - FILE_ID.DIZ is longer than 450 bytes - Not used
  135.              E - Error encountered in .TIC file
  136.                  Renamed .TIC to .ERR
  137.              F - File doesn't exist
  138.                  Renamed .TIC to .FIL
  139.              P - Incorrect password for AREA
  140.                  Renamed .TIC to .PWD
  141.              S - DESC.SDI longer than 85 bytes - Not used
  142.              √ - Process successful.  File imported properly
  143.  
  144.              At the request of one of the Tic-2-PCB users (sorry I don't
  145.              recall who you were) I have renamed the included config file,
  146.              log file, and error file as SAMPLE.CFG, SAMPLE.LOG, and
  147.              SAMPLE.ERR.  Thanks for the suggestion, who ever you are! <g>
  148.  
  149.              TIC2PCB.DOC has been updated.
  150.              
  151.              Made available as TTP22.ARJ on 12/27/92.
  152.  
  153. 11-11-92  -  v2.1 - Set this up as debug code.
  154.              
  155.              After evaluation for a two week period this code is stable
  156.              since recompiling under QuickBASIC 4.5.
  157.  
  158.              Made available as TTP21.ARJ on 11/21/92.
  159.  
  160. 10-31-92  -  v2.0b - Jim Dritsas reported a bug that didn't correctly write
  161.              the PCBoard directory entries.  This bug was caused due to
  162.              porting the code over to VB-DOS. - FIXED
  163.  
  164. 10-25-92  -  v2.0a - This version wasn't supposed to make it out the door!
  165.              I had compiled some test code, and in the process of getting the
  166.              VB-DOS code compiled and bundled up, I accidentally grabbed the
  167.              wrong executable and put it out.  I'm very sorry for that! :(
  168.  
  169.              Added errorlevels to the code, and it will exit with the
  170.              following levels:
  171.  
  172.                  0 - Successful execution, no errors encountered.
  173.                  1 - Unsuccessful execution, errors encountered, and
  174.                      TIC2PCB.ERR file created/appended.
  175.                  2 - Unsuccessful execution, no .TIC files to process.
  176.  
  177.              Added code that will continue processing if a .TIC file is
  178.              found without an accompanying file.
  179.  
  180.              TIC2PCB.DOC has been updated.
  181.  
  182. 10-18-92  -  v2.0 - NO CHANGES MADE TO CODE EXCEPT RECOMPILED USING MS'S
  183.              VISUAL-BASIC FOR DOS.
  184.                   
  185. 10-08-92  -  v1.6 - CONFIGURATION FILE CHANGE!!!
  186.  
  187.              Changed the command line implementation to require a configuration
  188.              file name.  The method to execute the program will be
  189.                   
  190.                   TIC2PCB <config file>
  191.  
  192.                you must specify a configuration filename or the program will
  193.              halt execution.  This was done for people receiving files from
  194.              another net, which was causing problems with the size of the
  195.              array's within the code, you can now have several different config
  196.              files to support each network.
  197.  
  198.              Fixed a bug that was reporting that the TIC2PCB.CFG file was
  199.              not found when it actually was, but the file or path didn't
  200.              exist within the configuration file.  I have now written error
  201.              trapping routines that will (hopefully in most cases) identify
  202.              the line that the error occurred on and report what path/file
  203.              it was working on when it encountered the error.  There will also
  204.              be a file created called TIC2PCB.ERR which will tell you what the
  205.              error was in case you were asleep or away when the program last
  206.              executed.
  207.              
  208.              Incorporated support for FileManager type TIC files.
  209.  
  210.              Made an option for a batch file to be called to process all files
  211.              when received.  This routine will call the batch file specified
  212.              within the configuration file and pass the file name as %1, the
  213.              file name will specify the location and the file name after it has
  214.              been moved to it's destination directory.  (C:\UPLOAD\FILENAME.xxx)
  215.              Your upload processor must handle renaming or moving the file if
  216.              it should fail any testing.
  217.  
  218.              Major optimization of code, which is based somewhat on OOP.  I
  219.              moved most of the routines into separate modules, which should
  220.              free up some memory, run faster, and be easily modified.
  221.  
  222.              Support for FILE_ID.DIZ detection, Forwarding of files, a message
  223.              report to the sysop when files are received, and a configuration
  224.              program should be included in the next release after being compiled
  225.              under VisualBASIC for DOS.
  226.              
  227.              After spending several hours, and a lot of weekends supporting
  228.              Tic-2-PCB, I am considering making it shareware in the near future
  229.              which I expect it to be a one time fee of $15 for non-commercial,
  230.              and $25 for business use.  I know this is something that you
  231.              probably hate to see, I know I do when I've been using a free
  232.              utility for a while and gotten used to it, but I now understand
  233.              why authors resort to this type of programming.  It takes a lot of
  234.              time, and the family tends to be left out in the living room while
  235.              I'm pounding away on the keys, and they only see me when I'm hungry
  236.              or I need to go to the bathroom. <g>
  237.              
  238.              TIC2PCB.DOC has been updated.
  239.  
  240. 09-11-92  -  v1.5 - CONFIGURATION FILE CHANGE!!!
  241.  
  242.              Fixed a bug that was causing the descriptions to get cut off
  243.              when a comma was encountered - FIXED
  244.              
  245.              Made an option for "Received by Tic-2-PCB mm-dd-yy From:AREANAME"
  246.              entry in the DIR file.
  247.  
  248.              Completed the option to select either C)urrent date or F)ile date
  249.              for DIR file entry. (NOTE: The log file entry will log the current
  250.              date the file was imported)  I thought I had this done in v1.4! :(
  251.  
  252.              I added a feature that will add an entry to your DOWNLOAD.TXT file
  253.              so the common File Profilers will have upload/download stats for
  254.              callers to view.
  255.  
  256.              Optimized some code, and rearranged some subroutines.  Not really
  257.              noticeable speed, just easier to make changes in the future.
  258.  
  259.              I will be adding a feature that will send a private message to the
  260.              sysop, showing what files were imported and where.  It will also
  261.              send errors that are encountered (i.e. bad file names, incorrect
  262.              paths, duplicate file name, etc.)
  263.              
  264.              There have been several requests to allow processing to continue
  265.              when an error is encountered (bad file name, path errors, etc.).
  266.              I have thought about this feature, but Tic-2-PCB exits when an
  267.              error is encountered, just in case something is really wrong,
  268.              and it decides to trash your system. (hopefully things will never
  269.              get to that point anyway) <grin>  If the general feeling is to
  270.              continue on even after an error is encountered, then I will write
  271.              it into the code.
  272.  
  273.              TIC2PCB.DOC has been updated.
  274.  
  275. 07-30-92  -  v1.4a - It figures!  Not less than a week later, I get another
  276.              bug report. :(
  277.              
  278.              Thanks to Tim Fierro, I have incorporated support for FEcho .TIC
  279.              files.  The file format is completely different than TICK, so I
  280.              figured I would add support for that system too.
  281.  
  282.              If someone else has another file processor that Tic-2-PCB isn't
  283.              processing properly, just send me a copy of the .TIC file and
  284.              I'll try to add support for it too.
  285.  
  286.              Minor changes made to TIC2PCB.DOC. (not enough to reprint it)
  287.  
  288. 07-23-92  -  v1.4 - CONFIGURATION FILE CHANGE!  Released as a regular release.
  289.              If I run into more serious problems, I'll start sending ßeta code
  290.              out the door again.
  291.  
  292.              Thanks to Richard Vonzel, I was able to locate another problem
  293.              that wasn't noticeable but yet caused some real hair pulling, if
  294.              things were entered in mixed case, the program code wasn't
  295.              interpreting the mixed case.  FIXED!
  296.  
  297.              As requested by Bob Rathke, I instituted an UNKNOWN area, which
  298.              will toss all unknown area files to the default directory listed
  299.              in lines 2 & 3 of TIC2PCB.CFG.
  300.  
  301.              As requested by Jim Rhodes, a TIC2PCB.LOG file has been added.  It
  302.              will show the date imported, area name, file name, size, and
  303.              destination DOS directory.  If there's anything else someone wants
  304.              entered in this log, let me know.  The log can be disabled in
  305.              line 15 of TIC2PCB.CFG by entering "N" (without quotes) for no
  306.              logging.  If this option is used, make sure you check the size
  307.              of this log if you are receiving lots of files on a regular
  308.              basis.  You can delete it if it gets to big, or you no longer
  309.              want it.
  310.  
  311.              You can also thank Jim for pointing out the problem when moving
  312.              files to other drives, and the "Release" line in the .TIC files,
  313.              which were corrected in the last release.
  314.  
  315.              As requested by several people, and to ease the problems of
  316.              installation I've changed the way Tic-2-PCB handles comments.
  317.              They're no longer required, nor is the pesky semi-colon (;)
  318.              either!
  319.              
  320.              If you should forget to place the trailing back slash (\) on a
  321.              line that is supposed to have a directory entry, Tic-2-PCB will no
  322.              longer toss cookies or fits.
  323.  
  324.              Implemented the option for "F"ile or "C"urrent date to be used in
  325.              the directory file listing.
  326.  
  327.              TIC2PCB.DOC has been updated.
  328.  
  329. 07-16-92  -  v1.3ß - Released this version due to the inability to move files
  330.              to another drive.  Tic-2-PCB will now move files to other drives.
  331.  
  332.           -  I made a modification that will support the "Release" key word
  333.              found at the top of some .TIC files.  I think this was that
  334.              pesky bug.
  335.  
  336.           -  Cleaned up some output routines.  It seems I left some debugging
  337.              code in the file and word wrap was never enabled, and the version
  338.              number was never changed.  Sorry, it should work now. :-)
  339.  
  340.           -  Had one report that the TIC2PCB.CFG file couldn't be found in the
  341.              directory, I couldn't track this one down.  Anyone else had this
  342.              problem before?
  343.  
  344.           -  Added more error trapping routines.
  345.  
  346.           -  Added a support conference on my BBS called Tic-2-PCB (#8).
  347.  
  348.           -  If you want access to this conference, send me net-mail with the
  349.              following information and I will set up an account for you so
  350.              you won't have to go through the verification procedures:
  351.  
  352.              REAL NAME:
  353.              PASSWORD:
  354.              ADDRESS:
  355.              CITY/STATE:
  356.              DATA LINE:
  357.              VOICE LINE:
  358.              DATE OF BIRTH:
  359.  
  360.              Your account will normally be setup within 24 hours.
  361.  
  362.           -  As of this release, I will indicate if any changes have been made
  363.              to the documentation.  This should help save a few trees. <grin>
  364.  
  365.           -  No changes made to Tic2PCB.Doc
  366.  
  367. 07-15-92  -  v1.2ß - 1.1ß1 Had a pesky little bug appear, but it
  368.              disappeared after recompiling with the new code.  Hopefully
  369.              it stays gone!
  370.  
  371.           -  Included code to preserve the original file date of the
  372.              archive.  It was being dated to the present day.
  373.  
  374.              I haven't had much time to incorporate the other features as of
  375.              yet.  This file date thing took me a while.  I have some
  376.              information that will help me include some more enhancements
  377.              for future releases.
  378.  
  379.              Future enhancements will be:
  380.  
  381.              1. Archive identification without relying on the suffix.
  382.              2. Calling PCBTEST (or other batch) on all moved/copied files.
  383.              3. Incorporating FILE_ID.DIZ & DESC.SDI detection.
  384.              4. Allowing a recompress of the archive after a copy/move.
  385.              5. Make a configuration setup routine.
  386.  
  387.              NOTE:  I got a lot of calls reporting problems.  I found that
  388.              80% were due to the configuration file being cleaned out.
  389.  
  390.              YOU HAVE TO LEAVE THE ; (SEMI-COLON) IN THE 33RD COLUMN OR
  391.              TIC2PCB WON'T WORK.  I will be changing this in the next
  392.              version or so.
  393.  
  394.              The other 20% were due to that invisible bug.
  395.  
  396. 06-26-92  -  v1.1ß1 Minor bug fix!  Released the same day.
  397.  
  398. 06-26-92  -  v1.1ß Major upgrade!  Added support for multiple areas, and
  399.              tossing to different file directories and directory listings.
  400.  
  401.           -  Enabled word wrapping for lines that are too long for the
  402.              standard PCBoard directory listing.
  403.  
  404.           -  Enhanced the Move file routine.  <That was an oversight
  405.              on my part>.
  406.  
  407.           -  Began setting up the configuration file to support the
  408.              FILE_ID.DIZ & DESC.SDI file description methods.  These are
  409.              becoming more and more popular.
  410.  
  411.              I plan on allowing the Sysop to say whether they would
  412.              like to change the file date or leave it the same on new
  413.              files. (Presently the file date is being changed to the
  414.              current date when being copied)
  415.  
  416.              Will also allow Sysops to say how long of a secondary
  417.              description they want up to eight lines.
  418.  
  419.              Be sure to read about the new configuration file changes,
  420.              you must follow the pattern in the file or it WON'T WORK.
  421.              Thanks everyone, for telling me what you wanted to see in
  422.              Tic-2-PCB.
  423.  
  424. 06-19-92  -  v1.1ß Tic-to-PCB had a name change to Tic-2-PCB!  I like this
  425.              method of spelling much better. <grin>
  426.  
  427.           -  Made a few changes to the video output and removed unnecessary
  428.              code.  Changed some sub routines, reformatted the code for
  429.              easier reading.
  430.  
  431.           -  Added TIC2PCB.HIS and FILE_ID.DIZ to archive.
  432.  
  433.           -  A complete revision to the Tic2PCB manual.
  434.  
  435. 06-12-92  -  v1.0ß Initial release as ßeta.
  436.